Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CVAR: gl_part_bloodtrails #934

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Conversation

hemostx
Copy link
Contributor

@hemostx hemostx commented Sep 7, 2024

Toggles classic blood trails when QMB trails are used.

Toggles classic blood trails when QMB trails are used.
@hemostx
Copy link
Contributor Author

hemostx commented Sep 7, 2024

With gl_part_trails 1, you used to have a bunch of gl_part_xxx vars to adjust classic/new particles for many effects - but not blood trails on flying gibs. This is that extra option, with a default of 1 (new particles), as they've always been "new" particles since ... fuhquake?

@@ -5178,6 +5178,21 @@
"group-id": "36",
"type": "boolean"
},
"gl_part_bloodtrails": {
"default": "0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a bit annoying that the cvar declarations aren't generated from the json files. Would have been neat. Update to 1 as you have in the source.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. So much for my attempts at squashing commits...

@tcsabina tcsabina merged commit c0c803e into QW-Group:master Sep 9, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants